This query returns a boolean value indicating whether the palette containing the color panel is currently displayed (true) or hidden (false).Example. Show the color panel with the PColorPalette command.
PGetColorPalette isOpen;
if (isOpen == false)
PColorPalette(true);
// open it
Comments or suggestions? Contact Adobe Developer Support